home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / uip / ucbmail / version.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-06-03  |  519 b   |  19 lines

  1. /*
  2.  * Copyright (c) 1980 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  */
  6.  
  7. #ifndef lint
  8. static char *sccsid = "@(#)version.c    5.2 (Berkeley) 6/21/85";
  9. #endif not lint
  10.  
  11. /*
  12.  * Just keep track of the date/sid of this version of Mail.
  13.  * Load this file first to get a "total" Mail version.
  14.  */
  15. #ifndef lint
  16. static    char    *SccsID = "@(#)UCB Mail Version 5.2 (6/21/85)";
  17. #endif
  18. char    *version = "5.2 6/21/85";
  19.